Sets the value of the time line at time t. Any previously set values later than t are removed.

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public void Set(
	int t,
	ValueType val,
	bool broadcastToRemote
)

Parameters

t
Type: System..::..Int32
The time to set
val
Type: ValueType
The value to set at this time
broadcastToRemote
Type: System..::..Boolean
If true, result is sent to remote time lines

See Also